home *** CD-ROM | disk | FTP | other *** search
- Path: mindlink.bc.ca!a7900
- From: Kandiah_Ratnavale@mindlink.bc.ca (Kandiah Ratnavale)
- Newsgroups: comp.lang.c
- Subject: square root
- Date: Fri, 15 Mar 96 15:33:59 -0800
- Organization: MIND LINK! - British Columbia, Canada
- Distribution: world
- Message-ID: <84210-826932839@mindlink.bc.ca>
- NNTP-Posting-Host: mindlink.net
-
- I am trying to learn C
-
- When I try to write a program to calculate a square root, I have included
- stdio.h and math.h and I get an error message saying
-
- "Undefined symbol _sqrt referenced from text segment"
-
- and my program does not compile!
-
- Can anyone clarify the problem and give me some lead as to what I am doing
- wrong?
-
- I am using the Linux OS in X Windows.
-
- kandiah
-
-